.title {
	font-size: 70px;
	font-family: 'impact';
	text-align: center;
	color: red;
}

.header {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content:center;
	align-items:center;
}

.header li {
	display: inline-block;
	text-align: center;
	margin: 10px;
}

.body2 img {
	float: left;
}
.body2 img {
	float: left;
}
.body2 p{
	color: green;
	font-family: 'papyrus';
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	background-color: lightgrey;
    width: 300px;
    padding: 5px;
    border: 1px solid navy;
    margin: 5px;
	float: left;
}

.body2 {
	display: inline-block;
    margin-left: auto;
}

.intro {
	display: block;
	width: 90%;
    margin: auto;
}

body {
    background:url(../images/sparkle2.gif) left top repeat;
	background-repeat: repeat;
	font-size: 30px;
}

